lcWndZoomScale Home

Changes visible scale of a drawing in a window.

 BOOL lcWndZoomScale (
   HANDLE hLcWnd,
   double Scale
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
Scale
  Magnification coefficient. The value less then 1.0 means the drawing's view in a window will be diminished, the value greater then 1.0 means the view will be enlarged.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcWndZoomRect,   lcWndZoomMove